home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: cdf.toronto.edu!g5john
- From: g5john@cdf.toronto.edu (John Orcheson)
- Subject: Re: Object Oriented programming in C ????
- Message-ID: <g5john.826077889@cdf.toronto.edu>
- Organization: University of Toronto Computing Disciplines Facility
- X-Newsreader: NN version 6.5.0 #6 (NOV)
- References: <4higq7$5j2@sidhe.memra.com> <4hidvhINNcen@gambier.ugrad.cs.ubc.ca>
- Date: Wed, 6 Mar 1996 02:04:49 GMT
-
- c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) writes:
-
- >In article <4higq7$5j2@sidhe.memra.com>,
- >Michael Dillon <michael@memra.com> wrote:
- >>Does anyone know of resources that explain how to write OO programs in C?
-
- >Try reading some textbooks and/or papers about the object oriented design
- >paradigm. The C language _can_ be used to implement OO designs. It supports
- >things like modularity, abstract data types as well as polymorphism (using
- >void *).
- >--
-
- Hint: struct is a class without private, protected and public distinctions.
-
- ________________________
- / \
- > g5john@cdf.toronto.edu <
- \________________________/
-
-